From: Wesley Gimenes Date: Wed, 4 Jun 2025 02:36:52 +0000 (-0300) Subject: gihub: fix PR template broken URL X-Git-Url: http://git.openwrt.org/%22https:/collectd.org/%22http:/www.crowdsec.net//%22https%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22https%22?a=commitdiff_plain;h=ae6fd69de587bb450ce868416be03fbc782c9e4e;p=feed%2Fpackages.git gihub: fix PR template broken URL changes the relative URL in the PR template to an absolute URL to resolve a "Not Found" error. Signed-off-by: Wesley Gimenes --- diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8d1d04426a..237d0d5f9c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -18,7 +18,7 @@ ## ✅ Formalities -- [ ] I have reviewed the [CONTRIBUTING.md](../CONTRIBUTING.md) file for detailed contributing guidelines. +- [ ] I have reviewed the [CONTRIBUTING.md](https://github.com/openwrt/packages/blob/master/CONTRIBUTING.md) file for detailed contributing guidelines. ### If your PR contains a patch: